home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / NORTE.DXR / 00843.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  141 b   |  9 lines

  1. on mouseUp
  2.   set V to the volume of sprite 1
  3.   set V to V - 20
  4.   if V < 0 then
  5.     set V to 0
  6.   end if
  7.   set the volume of sprite 1 to V
  8. end
  9.